home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / start.dir / 00001.ls next >
Encoding:
Text File  |  1995-02-27  |  139 b   |  8 lines

  1. on exitFrame
  2.   if the machineType < 256 then
  3.     go(1, the pathName & "bugs:ipl")
  4.   else
  5.     go(1, the pathName & "bugs\ipl")
  6.   end if
  7. end
  8.